home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / srock.dxr / 00148.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  492 b   |  25 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(34) or rollOver(35) or rollOver(3) then
  5.       cursor([901, 902])
  6.     else
  7.       cursor(-1)
  8.     end if
  9.     if the movieTime of sprite 3 = the duration of cast 144 then
  10.       unLoadCast(144)
  11.       InVis(3)
  12.       set the sound of cast 144 to 0
  13.       go("entrevista")
  14.     end if
  15.   end if
  16.   if act = 1 then
  17.     if rollOver(37) or rollOver(38) then
  18.       cursor([901, 902])
  19.     else
  20.       cursor(-1)
  21.     end if
  22.   end if
  23.   Loopframe()
  24. end
  25.